mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-01 16:36:45 +01:00
feat: miglioramento docker-compose.yml
This commit is contained in:
parent
9e79a6e21e
commit
ee6fc3be63
@ -1,8 +1,8 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
image: devcodesrl/openstamanager:latest
|
||||
container_name: openstamanager
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8090:80"
|
||||
depends_on:
|
||||
@ -21,7 +21,7 @@ services:
|
||||
db:
|
||||
image: mysql:8.0
|
||||
container_name: mysql
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: secret
|
||||
MYSQL_DATABASE: openstamanager
|
||||
|
Loading…
x
Reference in New Issue
Block a user