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