Update service names in dev file as well
This commit is contained in:
parent
cda455abfd
commit
e98397aa94
@ -2,17 +2,17 @@ version: '2'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
namelessmc:
|
nginx:
|
||||||
build: nginx_web
|
build: nginx_web
|
||||||
ports: ['80:80']
|
ports: ['80:80']
|
||||||
volumes: ['/srv/namelessmc/web:/data'] # same as php container
|
volumes: ['/srv/namelessmc/web:/data'] # same as php container
|
||||||
depends_on: [namelessmc_php]
|
depends_on: [namelessmc_php]
|
||||||
|
|
||||||
namelessmc_php:
|
php:
|
||||||
build: php_fpm
|
build: php_fpm
|
||||||
volumes: ['/srv/namelessmc/web:/data'] # same as web container
|
volumes: ['/srv/namelessmc/web:/data'] # same as web container
|
||||||
|
|
||||||
namelessmc_db:
|
db:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
volumes: ['/srv/namelessmc/db:/var/lib/mysql']
|
volumes: ['/srv/namelessmc/db:/var/lib/mysql']
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user