diff --git a/compose.yaml b/compose.yaml index 91b6a69..dc89289 100644 --- a/compose.yaml +++ b/compose.yaml @@ -131,7 +131,7 @@ services: - name: web target: 80 published: 8002 - host_ip: 127.0.0.1 + host_ip: 0.0.0.0 protocol: tcp restart: unless-stopped @@ -372,7 +372,7 @@ services: protocol: tcp volumes: - type: bind - source: /ssl + source: ./infrastructure/ssl target: /etc/nginx/certs restart: unless-stopped diff --git a/ssl/cert.pem b/infrastructure/ssl/cert.pem similarity index 100% rename from ssl/cert.pem rename to infrastructure/ssl/cert.pem diff --git a/ssl/chain.pem b/infrastructure/ssl/chain.pem similarity index 100% rename from ssl/chain.pem rename to infrastructure/ssl/chain.pem diff --git a/ssl/fullchain.pem b/infrastructure/ssl/fullchain.pem similarity index 100% rename from ssl/fullchain.pem rename to infrastructure/ssl/fullchain.pem diff --git a/ssl/privkey.pem b/infrastructure/ssl/privkey.pem similarity index 100% rename from ssl/privkey.pem rename to infrastructure/ssl/privkey.pem