1
0
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:
FabioL 2025-01-21 22:54:42 +01:00 committed by GitHub
parent 9e79a6e21e
commit ee6fc3be63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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