mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
13 lines
189 B
YAML
13 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
|