-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
49 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ name: tripsit-dev-apps | |
# Common environment values | ||
x-environment: &default-tz-puid-pgid | ||
TZ: $TZ | ||
PUID: $PUID | ||
PGID: $PGID | ||
PUID: 1000 | ||
PGID: 1000 | ||
|
||
# Keys common to some of the core services that we always to automatically restart on failure | ||
x-common-keys-core: &common-keys-core | ||
|
@@ -46,8 +46,6 @@ services: | |
volumes: | ||
- ./src:/usr/src/app/src # Needed for hot-reloading of source code | ||
- ./.env:/usr/src/app/.env # Needed for hot-reloading the .env | ||
- /etc/timezone:/etc/timezone:ro | ||
- /etc/localtime:/etc/localtime:ro | ||
labels: | ||
- com.centurylinklabs.watchtower.enable=false | ||
- traefik.enable=true | ||
|
@@ -91,7 +89,6 @@ services: | |
- tripbot_database-net | ||
environment: | ||
<<: *default-tz-puid-pgid | ||
TZ: America/Chicago | ||
PGADMIN_DEFAULT_EMAIL: [email protected] | ||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_PASSWORD} | ||
labels: | ||
|
@@ -144,12 +141,9 @@ services: | |
- tripbot_redis-net | ||
volumes: | ||
- ./src:/usr/src/app/src # Needed for hot-reloading of source code | ||
- /etc/timezone:/etc/timezone:ro | ||
- /etc/localtime:/etc/localtime:ro | ||
environment: | ||
<<: *default-tz-puid-pgid | ||
PORT: 5000 | ||
TZ: America/Chicago | ||
DATABASE_URL: postgres://tripsit:${POSTGRESQL_PASSWORD}@tripbot_database:5432/tripsit | ||
labels: | ||
- com.centurylinklabs.watchtower.enable=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters