mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01: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
|