refactor: volumes set back to ./pds-data:/pds
This commit is contained in:
parent
5866820385
commit
0dc67ffd3d
1 changed files with 1 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ services:
|
||||||
pds:
|
pds:
|
||||||
image: 'ghcr.io/bluesky-social/pds:latest'
|
image: 'ghcr.io/bluesky-social/pds:latest'
|
||||||
volumes:
|
volumes:
|
||||||
- 'pds-data:/pds'
|
- './pds-data:/pds'
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_PDS_3000
|
- SERVICE_URL_PDS_3000
|
||||||
- 'PDS_HOSTNAME=${SERVICE_FQDN_PDS_3000}'
|
- 'PDS_HOSTNAME=${SERVICE_FQDN_PDS_3000}'
|
||||||
|
|
@ -51,5 +51,3 @@ services:
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
volumes:
|
|
||||||
pds-data:
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue