docker repo

master
Thibodeau Bruno 3 years ago
parent 56dd0f4362
commit 74b7cf8087

@ -2,7 +2,7 @@ version: "3"
services: services:
db_recipes: db_recipes:
restart: always restart: always
image: postgres:11-alpine image: docker.io/postgres:11-alpine
volumes: volumes:
- ./postgresql:/var/lib/postgresql/data - ./postgresql:/var/lib/postgresql/data
env_file: env_file:
@ -10,7 +10,7 @@ services:
web_recipes: web_recipes:
restart: always restart: always
image: vabene1111/recipes image: docker.io/vabene1111/recipes
env_file: env_file:
- ./.env - ./.env
volumes: volumes:
@ -21,7 +21,7 @@ services:
- db_recipes - db_recipes
nginx_recipes: nginx_recipes:
image: nginx:mainline-alpine image: docker.io/nginx:mainline-alpine
restart: always restart: always
ports: ports:
- 8099:80 - 8099:80

Loading…
Cancel
Save