1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-10 13:33:02 -04:00

Docker Changes

- Add "release" and "release-aio" configurations based on alma linux
- Add nginx example and entrypoint script
- Dockerfile changes
- "p" was not removed
This commit is contained in:
Nolan Poe 2022-12-30 02:29:58 -08:00 committed by Gitea
parent e655519b6b
commit 7f08eff2a2
4 changed files with 157 additions and 10 deletions

View file

@ -1,12 +1,17 @@
version: '3.1'
# TODO: Dockerize the other services
services:
proxy:
build:
context: .
dockerfile: p/Dockerfile
target: release-aio
# cache_to:
# cache_from:
restart: unless-stopped
ports:
- 3000:3000
- 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