Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Aug 28, 2024
1 parent 10049f5 commit 8695501
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Gamma Devcontainer",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspaces/gamma",
"workspaceFolder": "/workspaces/${localWorkspaceFolder}",

"features": {
"ghcr.io/devcontainers/features/java:1": {
Expand Down
6 changes: 0 additions & 6 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ services:
POSTGRES_PASSWORD: "postgres"
volumes:
- postgres-data:/var/lib/postgresql/data
ports:
- "5432:5432"

redis:
container_name: redis
image: redis:5.0
restart: always
ports:
- "6379:6379"

gotify:
container_name: gotify
Expand All @@ -33,5 +29,3 @@ services:
GOTIFY_PRE-SHARED-KEY: "123abc"
GOTIFY_MOCK-MODE: "true"
GOTIFY_DEBUG-MODE: "true"
ports:
- "80:80"
2 changes: 1 addition & 1 deletion app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ application:
admin-setup: "${ADMIN_SETUP:true}"
gotify:
key: "${GOTIFY_KEY:123abc}"
url: "${GOTIFY_BASE_URL:http://db:8080}"
url: "${GOTIFY_BASE_URL:http://gotify:80}"

0 comments on commit 8695501

Please sign in to comment.