mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-25 06:17:06 -04:00
feat: dockerize image proxy
This commit is contained in:
parent
36a8bec791
commit
ee347dd3dc
2 changed files with 19 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue