Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
build(docker): remove default container names
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterteriyaki committed Oct 27, 2023
1 parent c2ea9b9 commit 404feef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
django:
image: virtual-judge:dev
container_name: django
build:
context: .
dockerfile: docker/django/Dockerfile
Expand All @@ -26,7 +25,6 @@ services:

postgres:
image: postgres:16.0-alpine
container_name: postgres
volumes:
- data:/var/lib/postgresql/data
networks:
Expand Down

0 comments on commit 404feef

Please sign in to comment.