mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
Create docker compose file for PokeTube
This commit is contained in:
parent
0488ef7d87
commit
0fff4ae62c
1 changed files with 6 additions and 14 deletions
|
@ -1,17 +1,9 @@
|
||||||
|
version: "3"
|
||||||
services:
|
services:
|
||||||
proxy:
|
poketube:
|
||||||
build:
|
image: quay.io/sudovanilla/poketube
|
||||||
context: .
|
|
||||||
dockerfile: p/Dockerfile
|
|
||||||
target: release-aio
|
|
||||||
# cache_to:
|
|
||||||
# cache_from:
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./config.json:/poketube/config.json
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- "6003:6003"
|
||||||
- 443:443
|
|
||||||
# - 3000:3000
|
|
||||||
environment:
|
|
||||||
- HOSTNAME=example.com
|
|
||||||
- EMAIL=user@email.com # required for https
|
|
||||||
- STAGING=true # Set to "true" to use staging
|
|
Loading…
Reference in a new issue