mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
Create docker compose file for PokeTube
This commit is contained in:
parent
0488ef7d87
commit
0fff4ae62c
@ -1,17 +1,9 @@
|
||||
version: "3"
|
||||
services:
|
||||
proxy:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: p/Dockerfile
|
||||
target: release-aio
|
||||
# cache_to:
|
||||
# cache_from:
|
||||
poketube:
|
||||
image: quay.io/sudovanilla/poketube
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config.json:/poketube/config.json
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
# - 3000:3000
|
||||
environment:
|
||||
- HOSTNAME=example.com
|
||||
- EMAIL=user@email.com # required for https
|
||||
- STAGING=true # Set to "true" to use staging
|
||||
- "6003:6003"
|
Loading…
Reference in New Issue
Block a user