adding compose for launching properly everything #151

Merged
Maxime merged 4 commits from tonitch/compose into master 2024-04-17 00:26:12 +02:00
Showing only changes of commit 3761fa6f49 - Show all commits

View File

@ -12,11 +12,18 @@ services:
build: backend/. build: backend/.
ports: ports:
- "8080:8080" - "8080:8080"
volumes:
- cdn:/backend/cdn
ulimits: ulimits:
nofile: nofile:
soft: 65536 soft: 65536
hard: 65536 hard: 65536
front: front:
build: frontend/. build: frontend/.
volumes:
- cdn:/app/front/dist/cdn
ports: ports:
- "8000:8080" - "8000:8080"
volumes:
cdn: