Skip to content
Snippets Groups Projects
Verified Commit 241b9dbf authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Define image names.

parent 55e1f380
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ version: '3'
services:
db:
image: postgres:latest
image: postgres:12
volumes:
- postgres_data:/var/lib/postgresql/data/
environment:
......@@ -12,6 +12,7 @@ services:
image: memcached:latest
app:
build: .
image: biscuitsis/biscuit
volumes:
- biscuit_media:/srv/media
- biscuit_static:/srv/static
......@@ -26,6 +27,7 @@ services:
- memcached
web:
build: ./docker/nginx
image: biscuitsis/biscuit-nginx
volumes:
- biscuit_media:/srv/media
- biscuit_static:/srv/static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment