Skip to content

Commit

Permalink
Give each container a more predictable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jun 25, 2024
1 parent ff218d1 commit 3d760c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
aross-stations-db:
image: "postgis/postgis:16-3.4-alpine"
container_name: "aross-stations-db"

ports:
# TODO: Don't expose in prod
Expand All @@ -18,6 +19,7 @@ services:

aross-stations-db-admin-ui:
image: "adminer"
container_name: "aross-stations-admin"
ports:
- "80:8080"
restart: "unless-stopped"
Expand Down

0 comments on commit 3d760c4

Please sign in to comment.