backen fix attempt x1
This commit is contained in:
parent
71a9e7a6dd
commit
4abb78e376
Binary file not shown.
22
compose.yml
22
compose.yml
@ -1,4 +1,15 @@
|
||||
services:
|
||||
tdsdb:
|
||||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=lolpol
|
||||
- MARIADB_USER=ward
|
||||
- MARIADB_PASSWORD=lolpol
|
||||
- MARIADB_DATABASE=family
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
tdsfront:
|
||||
build: front
|
||||
labels:
|
||||
@ -18,14 +29,3 @@ services:
|
||||
- "traefik.http.routers.tdsback.tls=true"
|
||||
- "traefik.http.routers.tdsback.tls.certresolver=myresolver"
|
||||
- "traefik.enable=true"
|
||||
|
||||
tdsdb:
|
||||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
- MARIADB_ROOT_PASSWORD=lolpol
|
||||
- MARIADB_USER=ward
|
||||
- MARIADB_PASSWORD=lolpol
|
||||
- MARIADB_DATABASE=family
|
||||
ports:
|
||||
- "3306:3306"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user