mirror of
https://codeberg.org/hyperreal/containerfiles
synced 2024-11-25 11:43:40 +01:00
18 lines
411 B
Plaintext
18 lines
411 B
Plaintext
|
[Unit]
|
||
|
Description=Scribe container
|
||
|
After=network-online.target
|
||
|
|
||
|
[Container]
|
||
|
ContainerName=scribe
|
||
|
Image=localhost/scribe:latest
|
||
|
PublishPort=4345:8080
|
||
|
Environment=SCRIBE_PORT=8080
|
||
|
Environment=SCRIBE_HOST=0.0.0.0
|
||
|
Environment=APP_DOMAIN=scribe.hyperreal.coffee
|
||
|
Environment=LUCKY_ENV=production
|
||
|
Environment=SECRET_KEY_BASE=<32-byte string>
|
||
|
Environment=PORT=8080
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target default.target
|