Skip to content

Commit

Permalink
Fix container names in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Jun 4, 2024
1 parent 2eb804b commit 003ca7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
web:
image: ghcr.io/studi-bars/studi-bars/django-app:main
image: ghcr.io/studi-bars/website/django-app:main
build:
context: .
volumes:
Expand Down Expand Up @@ -29,7 +29,7 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data/
nginx:
image: ghcr.io/studi-bars/studi-bars/nginx:main
image: ghcr.io/studi-bars/website/nginx:main
build: ./nginx
volumes:
- static_volume:/app/staticfiles
Expand Down

0 comments on commit 003ca7b

Please sign in to comment.