mirror of
https://github.com/aykhans/bsky-pds-easy.git
synced 2025-05-31 02:10:03 +00:00
update file struct
This commit is contained in:
parent
03d504ce06
commit
168085a2b3
@ -12,8 +12,8 @@ services:
|
|||||||
- pds
|
- pds
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./caddy/data:/data
|
- ./data/caddy/data:/data
|
||||||
- ./caddy/etc/caddy:/etc/caddy
|
- ./data/caddy/etc/caddy:/etc/caddy
|
||||||
env_file:
|
env_file:
|
||||||
- ./pds.env
|
- ./pds.env
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- bsky-pds
|
- bsky-pds
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/pds
|
- ./data:/pds
|
||||||
env_file:
|
env_file:
|
||||||
- ./pds.env
|
- ./pds.env
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bsky-pds:
|
bsky-pds:
|
||||||
external: false
|
external: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user