Skip to content

Commit

Permalink
Merge pull request #808 from NBISweden/fix/docker-network-hack
Browse files Browse the repository at this point in the history
Add the workaround for that weird Docker network bug
  • Loading branch information
jonandernovella authored Jun 21, 2023
2 parents e67ac33 + ddaa63e commit 295c514
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ services:
restart: always
env_file:
- ./urdr.env
networks:
- redmine_net

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

volumes:
exclude: null

networks:
redmine_net:
external: true

0 comments on commit 295c514

Please sign in to comment.