bw-hspc-contest-env/web/docker-compose.yml
2023-05-02 14:59:29 -04:00

12 lines
229 B
YAML

version: '3'
services:
web:
build: .
environment:
- DATABASE_URL=${DATABASE_URL}
- GIT_PORT=${GIT_PORT}
- ORIGIN=http://localhost:${PORT}
volumes:
- ./repo:/app/repo
network_mode: 'host'