Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Exec Test with CI

Merged Vincent SIMONIN requested to merge exec_test_with_ci into main
3 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
0
@@ -4,6 +4,8 @@ services:
@@ -4,6 +4,8 @@ services:
image: "code.europa.eu:4567/digit-c4/netbox-plugins:${TAG}"
image: "code.europa.eu:4567/digit-c4/netbox-plugins:${TAG}"
ports:
ports:
- 8080:8080
- 8080:8080
 
healthcheck:
 
start_period: 240s
env_file: env/netbox.env
env_file: env/netbox.env
netbox-worker:
netbox-worker:
env_file: env/netbox.env
env_file: env/netbox.env
Loading