fix proxy issue

This commit is contained in:
2025-04-21 12:17:57 -07:00
parent f1af80afaf
commit aca5d53bd1
2 changed files with 4 additions and 4 deletions

View File

@@ -45,4 +45,4 @@ COPY --from=builder /app/dist ./dist
EXPOSE 3000 EXPOSE 3000
# Deployment command # Deployment command
CMD ["http-server", "dist", "-a", "127.0.0.1", "-p", "3000"] CMD ["http-server", "dist", "-a", "0.0.0.0", "-p", "3000"]

View File

@@ -10,7 +10,7 @@ services:
networks: networks:
- proxy_network - proxy_network
depends_on: depends_on:
- timmypidashev - timmypidashev.dev
watchtower: watchtower:
container_name: updates container_name: updates
@@ -20,8 +20,8 @@ services:
- $HOME/.docker/config.json:/config.json - $HOME/.docker/config.json:/config.json
command: --interval 120 --cleanup --label-enable command: --interval 120 --cleanup --label-enable
timmypidashev: timmypidashev.dev:
container_name: timmypidashev container_name: timmypidashev.dev
image: ghcr.io/timmypidashev/timmypidashev.dev:latest image: ghcr.io/timmypidashev/timmypidashev.dev:latest
networks: networks:
- proxy_network - proxy_network