1
Fork 0
poke/docker-compose.yml

13 lines
189 B
YAML
Raw Normal View History

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