mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
fix proxy issue
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user