Skip to content
Snippets Groups Projects
Verified Commit 33df9c7a authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update docker-compose.yml

parent 249117bd
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ services:
image: memcached:latest
app:
build: .
image: registry.edugit.org/aleksis/aleksis:${ALEKSIS_IMAGE_TAG:-latest}
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-latest}
volumes:
- aleksis_data:/var/lib/aleksis/
environment:
......@@ -25,7 +25,7 @@ services:
- memcached
web:
build: ./docker/nginx
image: registry.edugit.org/aleksis/aleksis/nginx:${ALEKSIS_IMAGE_TAG:-latest}
image: registry.edugit.org/aleksis/official/aleksis/nginx:${ALEKSIS_IMAGE_TAG:-latest}
volumes:
- aleksis_data:/var/lib/aleksis/
ports:
......
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