1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-26 04:18:19 -04:00

feat: dockerize image proxy

This commit is contained in:
Lea 2022-12-19 18:05:16 +01:00
parent efd36eb9f5
commit 7c8e99c604
2 changed files with 19 additions and 0 deletions

12
docker-compose.yml Normal file
View file

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