.
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
|
||||
- SSH_DOMAIN=${GIT_DOMAIN}
|
||||
volumes:
|
||||
- gitea-app-1:/data
|
||||
- gitea-app:/data
|
||||
ports:
|
||||
- 3000:3000
|
||||
- 22:22
|
||||
|
@ -260,7 +260,7 @@ services:
|
|||
- ghost-content:/var/lib/ghost/content
|
||||
- ./ghost/config.production.json:/var/lib/ghost/config.production.json
|
||||
environment:
|
||||
- url=https://${BLOG_DOMAIN}
|
||||
- url=https://${GIT_DOMAIN}/blog
|
||||
networks:
|
||||
- appnet
|
||||
|
||||
|
@ -276,7 +276,7 @@ services:
|
|||
POSTGRES_PASSWORD: ${GUACAMOLE_POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${GUACAMOLE_POSTGRES_DB}
|
||||
volumes:
|
||||
- guacamole-postgresql-data-1:/var/lib/postgresql/data
|
||||
- guacamole-postgresql-data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- appnet
|
||||
|
||||
|
@ -356,12 +356,12 @@ services:
|
|||
- 80:80
|
||||
|
||||
volumes:
|
||||
gitea-app-1:
|
||||
gitea-app:
|
||||
drone:
|
||||
drone-data:
|
||||
registry-data:
|
||||
registry-cache-data:
|
||||
guacamole-postgresql-data-1:
|
||||
guacamole-postgresql-data:
|
||||
letsencrypt-remote:
|
||||
letsencrypt-chat:
|
||||
letsencrypt-git:
|
||||
|
|
Reference in New Issue