mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-01-22 01:19:18 -05:00
18 lines
332 B
YAML
18 lines
332 B
YAML
name: code-containers
|
|
|
|
services:
|
|
server:
|
|
build: .
|
|
ports:
|
|
- 3000:3000
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
proxy:
|
|
image: openresty/openresty:alpine-fat
|
|
env_file: .env
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- ./proxy.conf:/etc/nginx/conf.d/proxy.conf
|
|
network_mode: host
|