ws-go-server/docker-compose.yaml
2025-05-18 23:54:04 +02:00

14 lines
No EOL
235 B
YAML

version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "${PORT}:${PORT}"
environment:
- PORT=${PORT}
volumes:
- ./static:/app/static
restart: unless-stopped