it's karin time

This commit is contained in:
nora 2023-08-26 23:37:02 +02:00
parent 04abeec667
commit fb19a9e036
2 changed files with 18 additions and 2 deletions

View file

@ -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
##### #####

View file

@ -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: