Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions peerstash-compose/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ services:
build: ../peerstash-control
container_name: peerstash-control
network_mode: bridge
dns:
- 8.8.8.8
- 1.1.1.1
hostname: peerstash-${ADMIN_USERNAME}
environment:
- USERNAME=${ADMIN_USERNAME}
Expand Down
3 changes: 3 additions & 0 deletions peerstash-compose/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ services:
build: ../peerstash-control
container_name: peerstash-control-test
network_mode: bridge
dns:
- 8.8.8.8
- 1.1.1.1
hostname: peerstash-test-admin
environment:
- USERNAME=admin
Expand Down
3 changes: 3 additions & 0 deletions peerstash-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ services:
image: ghcr.io/bpr02/peerstash-control:latest
container_name: peerstash-control
network_mode: bridge
dns:
- 8.8.8.8
- 1.1.1.1
hostname: peerstash-${ADMIN_USERNAME}
environment:
- USERNAME=${ADMIN_USERNAME}
Expand Down
Loading