Rename runtime -> barrel
This commit is contained in:
parent
bc16eb5893
commit
2b8d3e817d
13 changed files with 7 additions and 7 deletions
|
|
@ -1,24 +0,0 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
runtime:
|
||||
build: .
|
||||
restart: always
|
||||
environment:
|
||||
# port and hostname for this image to use
|
||||
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
||||
VIRTUAL_PORT: 8080
|
||||
|
||||
# optional letsencrypt email
|
||||
LETSENCRYPT_HOST: ${LETSENCRYPT_HOST}
|
||||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
|
||||
|
||||
# the volumes to
|
||||
volumes:
|
||||
- ${REAL_PATH}/.composer:/var/www/.composer
|
||||
- ${REAL_PATH}/data:/var/www/data
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: distillery
|
||||
Loading…
Add table
Add a link
Reference in a new issue