chore: move compose.yml to its own directory

This commit is contained in:
2025-01-10 08:13:36 -05:00
parent 275a43fc18
commit b1cfeea4c3
4 changed files with 19 additions and 18 deletions

16
compose/compose.yml Normal file
View File

@ -0,0 +1,16 @@
name: code-containers
services:
server:
build: ..
env_file: ../.env
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
proxy:
build: ../proxy
env_file: ../.env
ports:
- 80:80
network_mode: host