Skip to content

Commit

Permalink
relay-docker: tweak exposed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
franzos committed Oct 1, 2023
1 parent 2d21c9f commit a1fae2f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions relay-docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: "3.8"

services:
postgres:
Expand All @@ -13,10 +13,8 @@ services:
build:
context: .
dockerfile: Dockerfile.gnost-relay
# My nftables are buggy
network: host
ports:
- "8080:8080"
# Uncomment if you're using nftables
# network: host
environment:
DATABASE_URL: postgres://barkyq:super_secret_password@postgres:5432/nostrdb
depends_on:
Expand All @@ -30,7 +28,6 @@ services:
context: .
dockerfile: Dockerfile.nginx
ports:
- "80:80"
- "443:443"
depends_on:
- gnost_relay
Expand Down

0 comments on commit a1fae2f

Please sign in to comment.