poke/docker-compose.yml
2022-12-19 18:05:16 +01:00

12 lines
189 B
YAML

version: '3.1'
# TODO: Dockerize the other services
services:
proxy:
build:
context: .
dockerfile: p/Dockerfile
restart: unless-stopped
ports:
- 3000:3000