Skip to content
Permalink
3d1b4a8bbe
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
29 lines (21 sloc) 633 Bytes
[config]
###################################################
# container names:
WEB_SERVER_CONTAINER=eoa_1_5_webserver
DB_CONTAINER=eoa_1_5_db
WEB_SERVER_IMAGE=eoa_1_5_webserver
###################################################
# volumes:
DEPENDENCIES_DIR=dependencies
RUNTIME_DIR=runtime_data
# DATABASE_DATA_DIR=${RUNTIME_DIR}/postgres_data
# DATABASE_DATA_DIR_IN_CONTAINER=/eoa/postgres_data
SRC_DIR=src
SRC_DIR_IN_CONTAINER=/eoa/server
RES_DIR=res
RES_DIR_RUNTIME=${RUNTIME_DIR}/res.rt
RES_DIR_IN_CONTAINER=/eoa/res
###################################################
# user and group:
# USER=$(id -u)
# GROUP=$(id -g)