Add alonely0.oxitraffic.com
This commit is contained in:
parent
849dcef163
commit
67b0c4a5ad
4 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[Container]
|
||||
Image=docker.io/library/postgres:16
|
||||
AutoUpdate=registry
|
||||
Network=oxitraffic-alonely0.network
|
||||
Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z
|
||||
|
||||
EnvironmentFile=%h/volumes/oxitraffic-alonely0/.postgres.env
|
||||
Environment=TZ=Europe/Berlin
|
||||
Environment=PGTZ=Europe/Berlin
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
16
containers/oxitraffic-alonely0/oxitraffic-alonely0.container
Normal file
16
containers/oxitraffic-alonely0/oxitraffic-alonely0.container
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Container]
|
||||
Image=docker.io/mo8it/oxitraffic:latest
|
||||
AutoUpdate=registry
|
||||
Network=traefik.network
|
||||
Network=oxitraffic-alonely0.network
|
||||
Volume=%h/volumes/oxitraffic-alonely0/config.toml:/volumes/config.toml:Z,ro
|
||||
|
||||
[Unit]
|
||||
Requires=oxitraffic-alonely0-db.service
|
||||
After=oxitraffic-alonely0-db.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -0,0 +1 @@
|
|||
[Network]
|
|
@ -63,6 +63,9 @@ http:
|
|||
to_oxitraffic:
|
||||
rule: Host(`oxitraffic.mo8it.com`)
|
||||
service: oxitraffic
|
||||
to_oxitraffic_alonely0:
|
||||
rule: Host(`alonely0.oxitraffic.com`)
|
||||
service: oxitraffic_alonely0
|
||||
to_oxitraffic_corrode_dev:
|
||||
rule: Host(`oxitraffic-corrode-dev.mo8it.com`)
|
||||
service: oxitraffic_corrode_dev
|
||||
|
@ -117,6 +120,10 @@ http:
|
|||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-oxitraffic-corrode-dev
|
||||
oxitraffic_alonely0:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-oxitraffic-alonely0
|
||||
dev_tools:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
|
Loading…
Reference in a new issue