mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
it's karin time
This commit is contained in:
parent
04abeec667
commit
fb19a9e036
2 changed files with 18 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
#####
|
#####
|
||||||
- name: Create /apps/widetom
|
- name: Create /apps/widetom
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /apps/registry
|
path: /apps/widetom
|
||||||
state: directory
|
state: directory
|
||||||
mode: u=rwx,g=rx,o=rx
|
mode: u=rwx,g=rx,o=rx
|
||||||
#####
|
#####
|
||||||
|
|
@ -39,7 +39,15 @@
|
||||||
#####
|
#####
|
||||||
- name: Create /apps/killua
|
- name: Create /apps/killua
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /apps/registry
|
path: /apps/killua
|
||||||
|
state: directory
|
||||||
|
mode: u=rwx,g=rx,o=rx
|
||||||
|
#####
|
||||||
|
# APP: karin bot, /apps/karin-bot
|
||||||
|
#####
|
||||||
|
- name: Create /apps/karin-bot
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /apps/karin-bot
|
||||||
state: directory
|
state: directory
|
||||||
mode: u=rwx,g=rx,o=rx
|
mode: u=rwx,g=rx,o=rx
|
||||||
#####
|
#####
|
||||||
|
|
|
||||||
|
|
@ -66,5 +66,13 @@ services:
|
||||||
limits:
|
limits:
|
||||||
cpus: "0.5"
|
cpus: "0.5"
|
||||||
memory: 500M
|
memory: 500M
|
||||||
|
karin_bot:
|
||||||
|
container_name: karin-bot
|
||||||
|
image: "docker.nilstrieb.dev/discord-court-bot:921be642"
|
||||||
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- "/apps/karin-bot/.env"
|
||||||
|
networks:
|
||||||
|
- internal
|
||||||
networks:
|
networks:
|
||||||
internal:
|
internal:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue