Fix local admin routing and landing styles
This commit is contained in:
+2
-12
@@ -26,19 +26,12 @@ services:
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=proxy"
|
||||
- "traefik.http.routers.sass-mohfarawati.rule=Host(`mohfarawati.de`) || Host(`www.mohfarawati.de`) || Host(`root.mohfarawati.de`)"
|
||||
- "traefik.http.routers.sass-mohfarawati.entrypoints=websecure"
|
||||
- "traefik.http.routers.sass-mohfarawati.tls=true"
|
||||
- "traefik.http.routers.sass-mohfarawati.tls.certresolver=cf"
|
||||
- "traefik.http.services.sass-mohfarawati.loadbalancer.server.port=3000"
|
||||
ports:
|
||||
- "${PORT:-3014}:3000"
|
||||
volumes:
|
||||
- media_uploads:/app/public/uploads/media
|
||||
networks:
|
||||
- appnet
|
||||
- proxy
|
||||
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
@@ -63,6 +56,3 @@ volumes:
|
||||
|
||||
networks:
|
||||
appnet:
|
||||
proxy:
|
||||
external: true
|
||||
name: proxy
|
||||
|
||||
Reference in New Issue
Block a user