Skip to content

Commit

Permalink
moved secrets variable back into docker-compose.code-server.yml so th…
Browse files Browse the repository at this point in the history
…at it doesnt cause errors when code server is not a service
  • Loading branch information
joshdentremont committed Dec 17, 2021
1 parent 378027e commit 39076d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docker-compose.code-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ services:
- traefik.http.routers.${COMPOSE_PROJECT_NAME-isle-dc}-drupal_https.entrypoints=https
- traefik.http.routers.${COMPOSE_PROJECT_NAME-isle-dc}-drupal_https.rule=Host(`${DOMAIN}`)
- traefik.http.routers.${COMPOSE_PROJECT_NAME-isle-dc}-drupal_https.tls=true
secrets:
- CODE_SERVER_PASSWORD
volumes:
# Mount and serve contents of Drupal site.
- type: volume
Expand Down
3 changes: 0 additions & 3 deletions docker-compose.secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ services:
cantaloupe:
secrets:
- TOMCAT_ADMIN_PASSWORD
code-server:
secrets:
- CODE_SERVER_PASSWORD
drupal:
secrets:
- DB_ROOT_PASSWORD
Expand Down

0 comments on commit 39076d9

Please sign in to comment.