Remove docker stuff
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
# this is a development container, not hardened for hosting
|
|
||||||
FROM php:7.4-cli
|
|
||||||
RUN apt-get update && \
|
|
||||||
apt-get install -y \
|
|
||||||
sqlite3 \
|
|
||||||
unzip \
|
|
||||||
git
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
# cleanup:
|
|
||||||
|
|
||||||
# docker container prune -f && docker volume prune -f
|
|
||||||
# docker system prune -a
|
|
||||||
|
|
||||||
services:
|
|
||||||
nettside: # https://hub.docker.com/_/php
|
|
||||||
#image: php:7.4-cli
|
|
||||||
build: .
|
|
||||||
volumes:
|
|
||||||
- .:/usr/src/nettside
|
|
||||||
working_dir: /usr/src/nettside
|
|
||||||
command: ./dev.sh
|
|
||||||
environment:
|
|
||||||
- DOCKER_HOST=0.0.0.0
|
|
||||||
- DOCKER_PORT=1080
|
|
||||||
ports:
|
|
||||||
- 1080:1080
|
|
||||||
user: "${DOCKER_USER}"
|
|
||||||
Reference in New Issue
Block a user