Skip to content

Commit

Permalink
Merge pull request #896 from NBISweden/fix/oct-31
Browse files Browse the repository at this point in the history
Remove use of external Docker network
  • Loading branch information
jonandernovella authored Nov 24, 2023
2 parents 935f709 + 31709ef commit 858e1a7
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 @@ -37,12 +35,6 @@ services:
ports:
- 4567:80
restart: always
networks:
- redmine_net

volumes:
exclude: null

networks:
redmine_net:
external: true

0 comments on commit 858e1a7

Please sign in to comment.