Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidRings1 authored Dec 12, 2024
1 parent 6102182 commit 8b42e36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./traefik.toml:/traefik.toml
postgres:
image: postgres:14.0-alpine
container_name: postgres
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: example

0 comments on commit 8b42e36

Please sign in to comment.