mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 14:59:16 +01:00
refactor(nginx): move e2e test to new provider based strucutre
This commit is contained in:
@@ -7,9 +7,9 @@ services:
|
||||
- 8080:80
|
||||
volumes:
|
||||
# Used to load js module
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ../njs/sablier.js:/etc/nginx/conf.d/sablier.js
|
||||
- ./conf/nginx_docker_classic.conf:/etc/nginx/conf.d/default.conf
|
||||
- ../nginx.conf:/etc/nginx/nginx.conf
|
||||
- ../../njs/sablier.js:/etc/nginx/conf.d/sablier.js
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:local
|
||||
@@ -10,9 +10,9 @@ services:
|
||||
mode: host # Won't work in github actions otherwise
|
||||
volumes:
|
||||
# Used to load js module
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
- ../njs/sablier.js:/etc/nginx/conf.d/sablier.js
|
||||
- ./conf/nginx_docker_swarm.conf:/etc/nginx/conf.d/default.conf
|
||||
- ../nginx.conf:/etc/nginx/nginx.conf
|
||||
- ../../njs/sablier.js:/etc/nginx/conf.d/sablier.js
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
|
||||
sablier:
|
||||
image: acouvreur/sablier:local
|
||||
Reference in New Issue
Block a user