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

Commit

Permalink
Debug docker networking
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Aug 27, 2024
1 parent 7fd5de0 commit 2a7c486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
docker version
docker compose -f docker-compose.yml up -d
docker ps
- name: Install CLI
run: curl get.kardinal.dev -sL | sh
Expand Down
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
networks:
cont:
kardinal:
driver: bridge
enable_ipv6: false

Expand All @@ -16,6 +16,8 @@ services:
- DEV_MODE=true
ports:
- '8080:8080'
networks:
- kardinal
depends_on:
- postgres
postgres:
Expand All @@ -27,6 +29,8 @@ services:
- POSTGRES_DB=kardinal
ports:
- '5432:5432'
networks:
- kardinal
volumes:
- postgres:/var/lib/postgresql/data
volumes:
Expand Down

0 comments on commit 2a7c486

Please sign in to comment.