networking
This commit is contained in:
parent
0c5e7d703b
commit
8a6a061e5a
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@ services:
|
|||
PUBLIC_DESCRIPTION: ${PUBLIC_DESCRIPTION}
|
||||
PUBLIC_USEICONS: ${PUBLIC_USEICONS}
|
||||
env_file: .env
|
||||
networks:
|
||||
- caddy
|
||||
labels:
|
||||
caddy: lion.gay
|
||||
caddy.reverse_proxy: "{{upstreams 4321}}"
|
||||
|
@ -16,6 +18,8 @@ services:
|
|||
image: ghcr.io/muchobien/pocketbase:latest
|
||||
container_name: pocketbase-gallery
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- caddy
|
||||
volumes:
|
||||
- /opt/pocketbase/pb_data:/pb_data
|
||||
- /opt/pocketbase/pb_public:/pb_public
|
||||
|
|
Loading…
Add table
Reference in a new issue