mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
12 lines
189 B
YAML
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
|