add network info
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m21s

This commit is contained in:
2025-01-22 11:48:07 +00:00
parent 17a0878664
commit 3c26d719df

View File

@@ -3,6 +3,8 @@ version: '3.8'
services:
frontend:
image: gitea.prod.resk-u.ch/clerc/clerc-frontend:latest
networks:
- main-swarm-network
ports:
- "3000:3000"
volumes:
@@ -12,6 +14,8 @@ services:
backend:
image: gitea.prod.resk-u.ch/clerc/reskreen:latest
networks:
- main-swarm-network
ports:
- "8081:8080"
volumes:
@@ -34,3 +38,6 @@ volumes:
type: none
device: /home/prod/Reskreen
o: bind
networks:
main-swarm-network:
external: true