Spaces:
Paused
Paused
File size: 306 Bytes
347f81b 701ca45 d7d7389 347f81b b675b05 347f81b 701ca45 347f81b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | services:
codex-proxy:
build: .
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "${PORT:-8080}:8080"
volumes:
- ./data:/app/data
- ./config:/app/config
restart: unless-stopped
env_file:
- .env
environment:
- NODE_ENV=production
|