This commit is contained in:
traveler 2025-06-25 14:07:44 -05:00
commit 123fae9451
53 changed files with 3976 additions and 0 deletions

26
docker2/NG-PNCFishWeb.yaml Executable file
View file

@ -0,0 +1,26 @@
version: "3"
services:
web:
image: nginx:latest
container_name: web
hostname: web
ports:
- "8090:80"
volumes:
- /DockerVol/nginx/nginx.conf:/etc/nginx/conf.d/nginx.conf
- /DockerVol/nginx/app:/app
networks:
- netgrimoire
php:
build:
context: .
dockerfile: PHP.Dockerfile
container_name: php
hostname: php
environment:
- SQUARE_ACCESS_TOKEN=EAAAEL7IiBLzyp94hSovsq65Lk1fdD5vDS0515edlF1_OBEePIbz-X9RxGgRZf7n
volumes:
- /DockerVol/nginx/app:/app
networks:
- netgrimoire