mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
add traefik for monica
This commit is contained in:
parent
6c7a1d4252
commit
7b3422fc3f
@ -1,5 +1,10 @@
|
|||||||
version: "3.4"
|
version: "3.4"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
traefik_traefik-network:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: monica
|
image: monica
|
||||||
@ -7,6 +12,8 @@ services:
|
|||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- 8022:80
|
- 8022:80
|
||||||
|
networks:
|
||||||
|
- traefik_traefik-network
|
||||||
environment:
|
environment:
|
||||||
- APP_KEY=base64:Hl8b+vnvibkFbOR0CPQVmt5mLCB0mnXqfo8aIbNPRxo=
|
- APP_KEY=base64:Hl8b+vnvibkFbOR0CPQVmt5mLCB0mnXqfo8aIbNPRxo=
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user