Commit 11bc319 1 parent 07f38e6 commit 11bc319 Copy full SHA for 11bc319
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
16
16
volumes :
17
17
- " ${DATA_FOLDER}/nginx.conf:/etc/nginx/conf.d/default.conf:ro"
18
18
api :
19
- image : spaceapi/directory-api
19
+ image : ghcr.io/ spaceapi/directory-api
20
20
expose :
21
21
- " 8080"
22
22
restart : unless-stopped
@@ -29,7 +29,7 @@ services:
29
29
- " traefik.http.routers.directory-api.tls.certresolver=letsencrypt"
30
30
- " com.centurylinklabs.watchtower.enable=true"
31
31
collector :
32
- image : spaceapi/directory-collector
32
+ image : ghcr.io/ spaceapi/directory-collector
33
33
restart : on-failure
34
34
labels :
35
35
- " traefik.enable=true"
Original file line number Diff line number Diff line change 2
2
- name : Run website
3
3
community.docker.docker_container :
4
4
name : website
5
- image : spaceapi/website:v3
5
+ image : ghcr.io/ spaceapi/website:v3
6
6
state : started
7
7
restart_policy : always
8
8
networks :
You can’t perform that action at this time.
0 commit comments