change image name
This commit is contained in:
parent
185155167b
commit
8814672b62
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@ services:
|
||||||
bluesky-pds-dev:
|
bluesky-pds-dev:
|
||||||
container_name: bluesky-pds-dev
|
container_name: bluesky-pds-dev
|
||||||
hostname: sheltersky.social
|
hostname: sheltersky.social
|
||||||
image: bluesky-pds:0.4.74
|
image: forgejo.gravityfargo.dev/gravityfargo/bluesky-pds:0.4.74
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/pds
|
- ./config:/pds
|
||||||
|
env_file:
|
||||||
|
- .env
|
Loading…
Reference in a new issue