mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
open api port
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
- 8080:8080
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -31,7 +32,3 @@ services:
|
|||||||
- /srv/hosting/traefik/traefik_dynamic.toml:/etc/traefik/traefik_dynamic.toml:ro
|
- /srv/hosting/traefik/traefik_dynamic.toml:/etc/traefik/traefik_dynamic.toml:ro
|
||||||
- /srv/hosting/traefik/acme.json:/acme.json
|
- /srv/hosting/traefik/acme.json:/acme.json
|
||||||
- /srv/hosting/traefik/logs:/logs
|
- /srv/hosting/traefik/logs:/logs
|
||||||
|
|
||||||
networks:
|
|
||||||
oueb:
|
|
||||||
driver: bridge
|
|
||||||
|
|||||||
Reference in New Issue
Block a user