stage things

This commit is contained in:
2026-05-22 16:28:10 +03:30
parent 01bae8474b
commit 77a4e98058
7 changed files with 232 additions and 3 deletions

View File

@@ -40,9 +40,7 @@ services:
- payment
backend:
build:
context: ${BACKEND_PATH}
dockerfile: Dockerfile
image: payment-backend:latest
container_name: laravel
tty: true
restart: unless-stopped
@@ -54,6 +52,8 @@ services:
- postgres
networks:
- payment
command: ["php", "artisan", "serve", "--host=0.0.0.0", "--port=9000"]
# Prints "Overridden command!"
# logging:
# driver: "syslog"
# options: