Added hostnames

This commit is contained in:
eroncero
2025-08-04 12:21:45 +02:00
parent 3871443b24
commit 49a4491d61

View File

@@ -1,6 +1,7 @@
services:
nginx-srv:
image: eroncero/nginx-srv:latest
hostname: nginx-srv
build:
context: ./nginx-srv
dockerfile: Dockerfile
@@ -18,6 +19,7 @@ services:
multi-php-fpm:
image: eroncero/multi-php-fpm
hostname: multi-php-fpm
restart: unless-stopped
environment:
- PHP_VERSIONS=${PHP_VERSIONS} # Inherits from .env
@@ -28,6 +30,7 @@ services:
mariadb-srv:
image: eroncero/mariadb-srv:latest
hostname: mariadb-srv
restart: unless-stopped
volumes:
- ./mariadb-srv/var/lib/mysql:/var/lib/mysql