c-dmitriy.icu/docker-compose.yml

14 lines
217 B
YAML

networks:
web:
external: true
services:
c-dmitriy:
container_name: c-dmitriy
restart: unless-stopped
build: .
expose:
- $PORT
command: ./build/server $PORT
networks:
- web