mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
17 lines
273 B
YAML
17 lines
273 B
YAML
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
|