Skip to content

Commit

Permalink
Remove use of external Docker network
Browse files Browse the repository at this point in the history
Corresponds to the live changes made on the 31st of October where a
Docker-related networking issue forced us to move the service into an
LXC container.  The use of an external Docker network was a hack to cope
with an earlier Docker network issue.  That issue was resolved when
setting up the service in LXC.
  • Loading branch information
kusalananda committed Nov 1, 2023
1 parent a2ecd15 commit 31709ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ services:
restart: always
env_file:
- ./urdr.env
networks:
- redmine_net

nginx:
image: ghcr.io/nbisweden/urdr-web:${TAG:-latest}
Expand All @@ -40,12 +38,6 @@ services:
ports:
- 4567:80
restart: always
networks:
- redmine_net

volumes:
exclude: null

networks:
redmine_net:
external: true

0 comments on commit 31709ef

Please sign in to comment.