more generic docker namings
This commit is contained in:
parent
abe87db17b
commit
432dd119f7
@ -1,10 +1,10 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
nunta:
|
||||
httpd:
|
||||
build:
|
||||
context: .
|
||||
container_name: nunta
|
||||
hostname: nunta
|
||||
container_name: httpd
|
||||
hostname: httpd
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
@ -12,7 +12,7 @@ services:
|
||||
- DANCER_ENVIRONMENT=docker
|
||||
- PLACK_ENV=development
|
||||
volumes:
|
||||
- ~/Projects/nunta:/opt/nunta:rw
|
||||
- .:/opt/httpd:rw
|
||||
- .bash_history:/root/.bash_history:rw
|
||||
- ~/.ssh:/root/.ssh:ro
|
||||
- ~/.dotFiles/.gitconfig-base:/root/.gitconfig-base:ro
|
||||
@ -24,4 +24,4 @@ services:
|
||||
- ~/.dotFiles/.tmux:/root/.tmux:ro
|
||||
- ~/.vimrc:/root/.vimrc:ro
|
||||
- ~/.vim:/root/.vim:ro
|
||||
working_dir: /opt/nunta
|
||||
working_dir: /opt/httpd
|
||||
|
Loading…
Reference in New Issue
Block a user