.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
e76411086b
commit
bb55fbde31
|
@ -93,7 +93,7 @@ services:
|
||||||
- ROOT_URL=https://${GIT_DOMAIN}/git
|
- ROOT_URL=https://${GIT_DOMAIN}/git
|
||||||
- SSH_DOMAIN=${GIT_DOMAIN}
|
- SSH_DOMAIN=${GIT_DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- gitea-app-1:/data
|
- gitea-app:/data
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 22:22
|
- 22:22
|
||||||
|
@ -260,7 +260,7 @@ services:
|
||||||
- ghost-content:/var/lib/ghost/content
|
- ghost-content:/var/lib/ghost/content
|
||||||
- ./ghost/config.production.json:/var/lib/ghost/config.production.json
|
- ./ghost/config.production.json:/var/lib/ghost/config.production.json
|
||||||
environment:
|
environment:
|
||||||
- url=https://${BLOG_DOMAIN}
|
- url=https://${GIT_DOMAIN}/blog
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
|
||||||
|
@ -276,7 +276,7 @@ services:
|
||||||
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
|
||||||
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
|
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
|
||||||
volumes:
|
volumes:
|
||||||
- guacamole-postgresql-data-1:/var/lib/postgresql/data
|
- guacamole-postgresql-data:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
|
|
||||||
|
@ -356,12 +356,12 @@ services:
|
||||||
- 80:80
|
- 80:80
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
gitea-app-1:
|
gitea-app:
|
||||||
drone:
|
drone:
|
||||||
drone-data:
|
drone-data:
|
||||||
registry-data:
|
registry-data:
|
||||||
registry-cache-data:
|
registry-cache-data:
|
||||||
guacamole-postgresql-data-1:
|
guacamole-postgresql-data:
|
||||||
letsencrypt-remote:
|
letsencrypt-remote:
|
||||||
letsencrypt-chat:
|
letsencrypt-chat:
|
||||||
letsencrypt-git:
|
letsencrypt-git:
|
||||||
|
|
Reference in New Issue