asd
Some checks failed
CI/CD Pipeline / lint (push) Failing after 57s
CI/CD Pipeline / deploy (push) Failing after 1m21s

This commit is contained in:
sotos
2025-12-18 15:29:47 +01:00
parent bb88b190ee
commit 5940099978
6 changed files with 91 additions and 46 deletions

View File

@@ -8,6 +8,11 @@
group: root
mode: '0755'
- name: Ensure snake_net exists
docker_network:
name: snake_net
state: present
# Login to private registry
- name: Login to private registry
docker_login:
@@ -31,6 +36,8 @@
ports:
- "8080:80" # host port → container port
pull: yes
networks:
- name: snake_net