This commit is contained in:
parent
9842c72d42
commit
9886c23b5a
1 changed files with 9 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
services:
|
||||
client:
|
||||
build: .
|
||||
build:
|
||||
context: ./site # or . if you’re already inside `site/`
|
||||
dockerfile: Dockerfile # or whatever the file is called
|
||||
|
||||
container_name: alliances-site
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -11,7 +14,11 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
cms:
|
||||
build: ./cms
|
||||
container_name: alliances-cms
|
||||
build:
|
||||
context: ./cms # or . if you’re already inside `site/`
|
||||
dockerfile: Dockerfile # or whatever the file is called
|
||||
|
||||
image: alliances-cms
|
||||
ports:
|
||||
- "3001:1111"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue