forked from opendevshop/devshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
20 lines (14 loc) · 917 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is used by docker-compose automatically.
# These defaults are here to try and get devshop running as quickly as possible.
# Change these as needed, combined with the values in docker-compose.yml.
# To get a running devshop container as fast as possible, use devshop/server:latest
# NOTE: If devshop/server:latest image does NOT yet exist locally, docker-compose up will BUILD it. Try to use docker-compose pull first.
# Use to develop/test installing from the pre-built devshop/server image".
DEVSHOP_DOCKER_IMAGE=devshop/server:latest
# Use to develop/test installing from "scratch".
# DEVSHOP_DOCKER_IMAGE=geerlingguy/ansible-ubuntu1804-docker
ANSIBLE_BUILD_COMMAND_ARG="ls -la /usr/share/devshop"
# To develop the containers, use "local"
# DEVSHOP_DOCKER_IMAGE=devshop/server:local
# This will be used as the FROM image when running docker-compose up --build
FROM_IMAGE_ARG=devshop/server:latest