dlinux-dashboard/compose.yml

18 lines
332 B
YAML
Raw Normal View History

2025-01-08 13:13:09 -05:00
name: code-containers
services:
server:
build: .
ports:
- 3000:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
2025-01-09 13:23:27 -05:00
proxy:
image: openresty/openresty:alpine-fat
env_file: .env
ports:
- 80:80
volumes:
- ./proxy.conf:/etc/nginx/conf.d/proxy.conf
network_mode: host