Skip to content

Commit

Permalink
fixed a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Feb 26, 2024
1 parent a01dcf6 commit 1447841
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
backend-v2:
build: false
image: ghcr.io/tum-dev/campus-backend/backend-server:latest
environment:
- ENVIRONMENT=prod
backend-v1-accesslogs:
Expand All @@ -14,18 +14,19 @@ services:
volumes:
- legacybackend-logs:/var/log/
backend-v1:
build: false
image: ghcr.io/kordianbruck/tca-backend/tca-server:latest
restart: always
read_only: true
tmpfs:
- /app/Tmp/
- /var/www/html/tmp/
- /var/run/apache2/
- legacybackend-logs:/var/log/
volumes:
- legacybackend-logs:/var/log/
- legacybackend-config:/app/Config/cfg.ini:ro
- storage-vol:/app/Storage/
- backend-storage:/app/Storage/
ports:
- 80:80
volumes:
legacybackend-config:
driver: local
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
backend-v2:
image: ghcr.io/tum-dev/campus-backend/backend-server:latest
restart: always
build:
context: server/
Expand Down

0 comments on commit 1447841

Please sign in to comment.