mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-28 16:19:43 -04:00
chore: move compose.yml to its own directory
This commit is contained in:
16
compose/compose.yml
Normal file
16
compose/compose.yml
Normal 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
|
Reference in New Issue
Block a user